home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hardcore Gamer Resource Kit
/
Hardcore Gamer Resource Kit - Disc 2.iso
/
Pc
/
S_T
/
T3_120B.ZIP
/
TONY3.BAT
< prev
next >
Wrap
DOS Batch File
|
1995-11-14
|
596b
|
39 lines
echo off
if exist *.swp del *.swp
if exist tlrb3.cfg goto frontend
setup
:frontend
echo Tony La Russa Baseball 3 ver. 1.21
call checkcd.bat
checkmem %1
if errorlevel 1 goto end2
:main
set DOS4GVM=SWAPINC#1024
main %1
if errorlevel 8 goto end
if errorlevel 6 goto draft
if errorlevel 3 goto bb
goto end
:draft
set DOS4GVM=SWAPINC#1024
draft %1
if errorlevel 8 goto end
if errorlevel 1 goto main
goto end
:bb
set DOS4GVM=VIRTUALSIZE#32768 SWAPINC#1024
bb %1
if errorlevel 8 goto end
if errorlevel 1 goto main
goto end
:end
set DOS4GVM=
mode co80
:end2